home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
m
/
maxonc++2.dms
/
maxonc++2.adf
/
MCPIncl.lha
/
libraries
/
dos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-01-26
|
361b
|
20 lines
#ifndef LIBRARIES_DOS_H
#define LIBRARIES_DOS_H
/*
** $Filename: libraries/dos.h $
** $Release: 2.04 $
** $Revision: 36.2 $
** $Date: 90/07/12 $
**
** Standard C header for AmigaDOS
**
** (C) Copyright 1985,1986,1987,1988,1989,1990 Commodore-Amiga, Inc.
** All Rights Reserved
*/
#ifndef DOS_DOS_H
#include "dos/dos.h"
#endif
#endif /* LIBRARIES_DOS_H */